runtime.mcache.nextSample (field)

5 uses

	runtime (current package)
		malloc.go#L1168: 		if rate != 1 && size < c.nextSample {
		malloc.go#L1169: 			c.nextSample -= size
		malloc.go#L1294: 	c.nextSample = nextSample()
		mcache.go#L23: 	nextSample uintptr // trigger heap sample after allocating this many bytes
		mcache.go#L95: 	c.nextSample = nextSample()